Autogenerated HTML docs for v1.5.5-40-g4cdda
diff --git a/git-bisect.html b/git-bisect.html index 5df5470..4389791 100644 --- a/git-bisect.html +++ b/git-bisect.html
@@ -280,7 +280,8 @@ on the subcommand:</p> <div class="literalblock"> <div class="content"> -<pre><tt>git bisect start [<bad> [<good>...]] [--] [<paths>...] +<pre><tt>git bisect help +git bisect start [<bad> [<good>...]] [--] [<paths>...] git bisect bad [<rev>] git bisect good [<rev>...] git bisect skip [<rev>...] @@ -293,6 +294,9 @@ <p>This command uses <em>git-rev-list --bisect</em> option to help drive the binary search process to find which change introduced a bug, given an old "good" commit object name and a later "bad" commit object name.</p> +<h3>Getting help</h3> +<p>Use "git bisect" to get a short usage description, and "git bisect +help" or "git bisect -h" to get a long usage description.</p> <h3>Basic bisect commands: start, bad, good</h3> <p>The way you use it is:</p> <div class="listingblock"> @@ -453,7 +457,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 07-Jan-2008 07:50:02 UTC +Last updated 12-Apr-2008 08:22:49 UTC </div> </div> </body>